Motion.GetAxesStatus method

Gets the states of the selected axes.

Namespace: IntervalZero.KINGSTAR.Local.Api

Assembly: IntervalZero.KINGSTAR.Local.Api (in IntervalZero.KINGSTAR.Local.dll) Version: 4.4.0.0

Syntax

C#VB
public KsReturn<AxisStatus[]> GetAxesStatus(
       int[] Indexes
)
Public Function GetAxesStatus(
       Indexes As Integer
) As KsReturn(Of AxisStatus())

Parameters

Index [in]

Type: int[]

The array of axes' indexes. Indexes are zero based. Aliases affect this parameter.

Return value

Type: KsReturn<AxisStatus[]>

Returns a KsError code and AxisStatus values.

Remarks

When modulo axis is enabled, the commend, set, and actual positions in McSource will be applied with the modulo value.

Examples

C#
N/A

See also

Motion Class

IntervalZero.KINGSTAR.Local.Api Namespace